!
! .Xmodmap - keymap set-up for xpp (and other Motif apps) on Mac OS X
!
! Rob Arthan (rda@lemma-one.com) 12/5/2003
!
! For this to work under Apple's X11 distribution, go to Preferences
! in the X11 menu and disable "Follow system keyboard layout"
! and "Enable key equivalents under X11"
!
! The key labelled with "alt" and the tuning fork has keycode 66 on an IBook
! (use xev to find out the keycode if this doesn't work).
! Assign Alt_L to it so that, e.g., Alt+F will
! post the file menu of a typical Motif application.
!
keycode 66 = Alt_L
!
! Clear any existing bindings for Mod3 and Mod4
!
clear Mod3
clear Mod4
!
! Make the vertical tab key (house-of-cards) serve as Mod3 (for use with XppKeyboard4)
!
add mod3 = U0003
!
! Make the escape key serve as Mod4 (for use with XppKeyboard4)
!
add mod4 = Escape
!
! end of .Xmodmap
